From d924ddbf59f54f432f5fb6907d1262ddb9a9070a Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Tue, 14 Jul 2015 15:20:15 +0200 Subject: [PATCH] x86/HVM: drop now wrong ASSERT() from hvm_broadcast_ioreq() The function is now also being used for IOREQ_TYPE_TIMEOFFSET. Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper Reviewed-by: Paul Durrant --- xen/arch/x86/hvm/hvm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/arch/x86/hvm/hvm.c b/xen/arch/x86/hvm/hvm.c index 545aa910cc..8a101116ba 100644 --- a/xen/arch/x86/hvm/hvm.c +++ b/xen/arch/x86/hvm/hvm.c @@ -2717,8 +2717,6 @@ unsigned int hvm_broadcast_ioreq(ioreq_t *p, bool_t buffered) struct hvm_ioreq_server *s; unsigned int failed = 0; - ASSERT(p->type == IOREQ_TYPE_INVALIDATE); - list_for_each_entry ( s, &d->arch.hvm_domain.ioreq_server.list, list_entry ) -- 2.30.2